home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JAVAScript">
- if (navigator.appName.indexOf("Microsoft Internet Explorer") !=0)
- {
- // alert ("Don't forget to uncomment the applet tag on the html page otherwise you will get a 'document.appObs has no properties.' error");
- var pluginJavaPeerRef = document.Player1;
- document.appObs.setByProxySelectedEvents(pluginJavaPeerRef, 1048575);
- navigator.plugins.refresh();
- }
-
-
- //var pluginJavaPeerRef = document.Player1;
- // Set up all events to be triggered
-
- // document.appObs.setByProxyDSScriptCommandObserver(pluginJavaPeerRef, true);
- // document.appObs.setByProxyDSMarkerHitObserver(pluginJavaPeerRef, true);
-
- // Set up the Script command event parser ..
-
- function OnDSScriptCommandEvt(type, param)
- {
-
- var event = type.toUpperCase();
-
- if ( event == "CAPTION" ) { change(param);}
- if ( event == "URL" ) {
- if (!document.Player1.GetInvokeURLs() ) {
- Launch_Url( param); }
- }
- if ( event == "FILENAME" ) {
- if (!document.Player1.GetInvokeURLs() ) {
- Launch_Url( param); }
- }
-
- }
-
- </SCRIPT>
-
-